home *** CD-ROM | disk | FTP | other *** search
- Path: news.nas.com!news
- From: Travis Jones <travis@socrates.com>
- Newsgroups: comp.lang.c++
- Subject: pointer problem please help
- Date: Tue, 16 Apr 1996 01:45:42 -0700
- Organization: Network Access Services, Inc.
- Message-ID: <31735E36.D86@socrates.com>
- NNTP-Posting-Host: dialup12.nas.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
- CC: pointer, problem, please, help
-
- I am a newbie trying to learn C++ and am having a problem with the book
- I am using. It's Jesse Liberty's "Teach Yourself C++ in 21 Days." I am
- working with microsoft's visual C++ version 1.52. The problem arises in
- chapter 8 when pointers and the "new" keyword are introduced. The first
- few programs listed compiled, linked and executed as expected. But the
- next programs, which use the "new" keyword will not link. Each time I
- try I get a great deal of error's, most of which state "Unresolved
- External." I have entered this piece of code seven times and got the
- same result each time so I am positive it has been entered correctly. Is
- this a misprint in the book, does my compiler use a different standard,
- or am I just missing something. Any help would be greatly appreciated.
- Thank You very much.
-